@charset "UTF-8";
/* 通用样式 */

body {
  background: url(../images/bg.jpg) no-repeat center top;
  background-size: cover;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearFix:after {
  content: "";
  display: block;
  clear: both;
}
.clearFix2 {
  overflow: auto;
}
.container-1400 {
  width: 1400px;
  margin: 0 auto;
}

/* 头部 */
.wrapper-top {
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
}
.header-top {
  padding: 10px 0;
}
.header-top a,
.header-top span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}
.header-top-left {
  float: left;
  position: relative;
}
#header-top-weather {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(10px, -50%);
}
.header-top-login {
  display: inline-block;
  margin-left: 20px;
}
.header-top-login i {
  cursor: pointer;
}
#toolbarSwitch img {
  margin-right: 8px;
}
#toolbarSwitch img,
#toolbarSwitch span {
  display: inline-block;
  vertical-align: middle;
}

.wrapper-header {
  padding-top: 22px;
  padding-bottom: 18px;
}
.logo {
  float: left;
}
.search-box {
  margin-top: 21px;
  text-align: center;
  float: right;
}
.search-box form {
  display: block;
}
.search-box input {
  width: 400px;
  height: 40px;
  padding: 0 18px;
  border: none;
  background-color: #fff;
  outline: none;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  float: left;
}
.search-box button {
  width: 80px;
  height: 40px;
  margin: 0;
  border: 0;
  float: left;
  background: #1a5284;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
.search-box button img {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}
.search-box button span {
  color: #fff;
  font-size: 18px;
  margin-left: 5px;
}

/* 导航栏 */
.wrapper-main .container-1400 {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.nav {
  width: 144px;
  float: left;
}
.nav li {
  background: #1a5284;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}
.nav li:last-child {
  border-bottom: none;
}
.nav li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.nav li img {
  margin-top: 29px;
}
.nav li img:nth-child(2) {
  display: none;
}
.nav li.on img:nth-child(2),
.nav li:hover img:nth-child(2) {
  display: inline-block;
}
.nav li.on,
.nav li:hover {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.nav li.on img:nth-child(1),
.nav li:hover img:nth-child(1) {
  display: none;
}
.nav li.on,
.nav li:hover {
  background: #fff;
}
.nav li.on p,
.nav li:hover p {
  color: #1a5284;
}
.nav li p {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  white-space: nowrap;
}
.main-content {
  margin-left: 144px;
  padding: 24px 20px 20px;
}

/* 公共栏目头 */
.common-header {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 19px;
}
.common-header a,
.common-header span {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  margin-left: 24px;
  padding-bottom: 18px;
  position: relative;
}
.common-header a.on,
.common-header a:hover,
.common-header span.on {
  color: #1a5284;
  border-bottom: 2px solid #1a5284;
}
.common-header a:first-child,
.common-header span:first-child {
  margin-left: 0;
}
a.common-header-more {
  float: right;
  font-size: 16px;
  color: #666666;
  padding-bottom: 0;
  margin-top: 4px;
}
a.common-header-more:hover {
  color: #333;
  border: none;
  font-weight: normal;
}

/* 公共栏目列表 */
.common-list-container {
  position: relative;
  display: none;
}
.common-list-container.on {
  display: block;
}
.common-list li {
  padding: 14px 0;
}
.common-list li:last-child {
  padding-bottom: 0;
}
.common-list li:first-child {
  padding-top: 0;
}
.common-list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  position: relative;
  padding-right: 10px;
  color: #333;
  transition: all 0.3s ease;
}
.common-list li:hover a {
  padding-left: 30px;
  color: #1a5284;
}
.common-list li:hover a:before {
  background: #1a5284;
}
.common-list li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
  transition: all 0.3s ease;
}
.common-list li span {
  float: right;
  color: #999999;
}
.common-list-more {
  width: 28px;
  padding: 7px 0;
  position: absolute;
  right: 0;
  top: -62px;
  text-align: center;
}
.common-list-more i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #cccccc;
  border-radius: 50%;
  position: relative;
  top: -3px;
}
.common-list-more i:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #cccccc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -10px;
}
.common-list-more i:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #cccccc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -10px;
}
.common-list-more:hover {
  color: #333;
}

/* 行 */
.line {
  margin: 0 -19px;
  padding-bottom: 5px;
}
.line-left {
  width: 50%;
  float: left;
  padding: 0 19px;
}
.line-right {
  width: 50%;
  float: left;
  padding: 0 19px;
}

/* 卡片 */
.card-list {
  margin-bottom: 20px;
}
.card-list ul {
  margin: 0 -9px;
}
.card-list ul li {
  padding: 0 9px;
  float: left;
  width: 25%;
}
.card-list ul li a {
  display: block;
  padding: 21px 10px;
  background: url(../images/index_card_bg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  white-space: nowrap;
}
.card-list ul li a:hover span {
  margin-left: 20px;
  font-weight: bold;
}
.card-list ul li img {
  display: inline-block;
  vertical-align: middle;
}
.card-list ul li span {
  display: inline-block;
  vertical-align: middle;
  color: #1a5284;
  font-size: 18px;
  margin-left: 10px;
  transition: all 0.3s ease;
  line-height: 1.3;
}

/* 顶部新闻滚动栏 */
.txtMarquee {
  height: 56px;
  padding-left: 67px;
  background: url(../images/txtMarquee.png) no-repeat 23px center;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.txtMarquee .bd .tempWrap {
  width: 100% !important;
  padding-top: 15px;
}
.txtMarquee .bd ul {
  overflow: hidden;
  zoom: 1;
}
.txtMarquee .bd ul li {
  margin-right: 40px;
  float: left;
  height: 24px;
  padding-left: 14px;
  line-height: 24px;
  text-align: left;
  width: auto !important;
  position: relative;
}
.txtMarquee .bd ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #1a5284;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.txtMarquee .bd ul li a {
  font-size: 16px;
  color: #1a5284;
}

/* 专题轮播 */
.picMarquee-left {
  height: 103px;
  overflow: hidden;
  position: relative;
  margin: 0 -9px;
}
.picMarquee-left .bd {
  width: 100%;
  overflow: hidden;
}
.picMarquee-left ul li {
  width: 25%;
  height: 103px;
  line-height: 30px;
  text-align: center;
  float: left;
}
.picMarquee-left ul li img {
  width: 100%;
  height: 100%;
  padding: 0 9px;
}
.slideBox .prev,
.slideBox .next,
.picMarquee-left .prev,
.picMarquee-left .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 36px;
  height: 57px;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.picMarquee-left .prev {
  left: 9px;
  background: url(../images/slidebox-prev.png) no-repeat;
  background-size: contain;
}

.picMarquee-left .next {
  right: 0;
  background: url(../images/slidebox-next.png) no-repeat;
  background-size: contain;
}

.picMarquee-left .prev:hover,
.picMarquee-left .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* 面包屑导航 */
.breadcrumb {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 25px;
  color: #fff;
  background: url(../images/breadcrumb_icon1.png) no-repeat left center;
}
.breadcrumb a {
  color: #fff;
}

/* footer */
.wrapper-footer {
  padding-top: 20px;
  padding-bottom: 25px;
}
.footer-left {
  width: 65%;
  float: left;
}
.footer-right {
  width: 35%;
  float: left;
  text-align: right;
  margin-top: 14px;
}
.footer-right-dzjg {
  margin-left: 26px;
  margin-right: 64px;
  position: relative;
  top: -10px;
}
.footer-right-dzjg img {
  width: 60px;
}
#_span_jiucuo img {
  position: relative;
  top: -20px;
}
/* footer links */
.footer-links {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
}
.footer-links-title {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
  line-height: 1.5;
}
.footer-links ul {
  display: inline-block;
  vertical-align: middle;
}
.footer-links li {
  float: left;
  text-align: center;
}
.footer-links li:hover .sub-links {
  height: 180px;
  border: 1px solid #cacaca;
}
.sub-links-container {
  display: inline-block;
  width: 100%;
  padding: 10px 20px 0;
  border-radius: 5px;
  position: relative;
}
.sub-links-title {
  position: relative;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}
.sub-links-title:after {
  position: absolute;
  top: 4px;
  right: -17px;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon_footer_arrow.png) no-repeat center center;
  background-size: contain;
}
.sub-links {
  position: absolute;
  bottom: 30px;
  left: 0px;
  overflow-x: hidden;
  height: 0;
  background: #fff;
  width: 100%;
  line-height: 32px;
  transition: 200ms;
  border-radius: 5px;
  z-index: 10;
}
.sub-links a {
  color: #000;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.sub-links a:hover {
  color: #387fcf;
}
.sub-outlink {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px 0;
  line-height: 1.5;
}
.footer-txt {
  float: left;
}
.footer-txt {
  padding-top: 16px;
}
.footer-txt p,
.footer-txt a {
  font-size: 14px;
  color: #fff;
}
.footer-txt p {
  line-height: 2;
}
.footer-txt img {
  position: relative;
  top: 4px;
}
.footer-img {
  float: right;
  margin-top: 30px;
}
.footer-img ul li {
  display: inline-block;
  float: left;
  padding: 0 20px;
  text-align: center;
}
.footer-img ul li a {
  display: block;
}
.footer-img ul li img {
  width: auto;
  height: 22px;
}
.footer-img ul li p {
  color: #fff;
  margin-top: 5px;
}

/* 弹窗（提示登录、信件查询弹窗） */
.mail-message-box{display:inline-block;vertical-align:middle;background-color:#fff;width:400px;padding:15px;border-radius:5px;position:relative}
.mail-message-box-wrapper{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:999;background:rgba(0,0,0,0.5);text-align:center}
.mail-message-box-wrapper:after{content:'';display:inline-block;height:100%;width:0;vertical-align:middle}
.mail-message-box-header{padding-top:10px;padding-bottom:10px;font-size:18px;color:#303133}
.mail-message-box-content{padding:15px 15px;color:#606266;font-size:14px}
.mail-message-box-buttons{padding:10px 0}
.mail-message-box-buttons a{display:inline-block;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:none;margin:0;transition:0.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:8px 20px;font-size:14px;border-radius:4px;margin:0 5px}
.mail-message-box-buttons a:first-child{color:#fff;background-color:#0a5491;border-color:#0a5491}
.mail-message-box-close{position:absolute;top:-6px;right:5px;font-size:20px;padding:10px;cursor:pointer}
.mail-message-box-group{margin-bottom:10px}
.mail-message-box-group label{width:80px;text-align:right;vertical-align:middle;float:left;font-size:14px;color:#606266;padding:0 12px 0 0;height:40px;line-height:40px}
.mail-message-box-group input{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:none;padding:0 15px;width:250px}
@media screen and (max-width:460px){
.mail-message-box{width:80%}
.mail-message-box-group label{width:100%;text-align:left}
.mail-message-box-group input{width:100%}
}
/* 弹窗（提示登录、信件查询弹窗）end */

@media screen and (max-width: 1400px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-1400 {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .logo {
    display: block;
    float: none;
    text-align: center;
    margin-top: 10px;
  }
  .logo img {
    width: 80%;
  }
  .search-box {
    float: none;
    margin-bottom: 20px;
  }
  .search-box input {
    width: 80%;
  }
  .search-box button {
    width: 20%;
  }
  .common-header a,
  .common-header span {
    margin-left: 10px;
  }
  .card-list ul li {
    width: 50%;
    margin-bottom: 18px;
  }
  .footer-txt {
    float: none;
  }
  .footer-img {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  #header-top-weather {
    display: none;
  }
  .logo img {
    width: 100%;
  }
  .search-box input {
    height: 30px;
  }
  .search-box button {
    height: 30px;
  }
  #toolbarSwitch {
    display: none;
  }
  .nav {
    width: 100%;
    float: none;
  }
  .nav li {
    width: 20%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .nav li a {
    padding: 15px 0;
  }
  .nav li p {
    font-size: 16px;
  }
  .nav li img {
    margin: 0;
  }
  .common-header a,
  .common-header span {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .main-content {
    margin-left: 0;
  }
  .line-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .line-right {
    width: 100%;
  }
  .footer-links {
    display: none;
  }
  .footer-left {
    width: 100%;
    float: none;
  }
  .footer-right {
    display: none;
  }
  .footer-txt {
    text-align: center;
  }
  .footer-img ul {
    text-align: center;
  }
  .footer-img ul li {
    float: none;
  }
}

@media screen and (max-width: 426px) {
  .txtMarquee {
    display: none;
  }
  .nav li {
    width: 33.33333%;
  }
  .nav li:nth-child(4) {
    width: 50%;
  }
  .nav li:nth-child(5) {
    width: 50%;
  }
  .card-list ul li {
    width: 100%;
  }
}
